function wyswietl()
{
  alert("Funkcja została wykonana.");
}

wyswietl();
